All Packages Class Hierarchy This Package Previous Next Index
Interface java.naming.RefAddrEnumeration
- public interface RefAddrEnumeration
- extends Enumeration
This is the enumeration interface for enumerating addresses within a reference.
It extends Enumeration to allow type-specific
objects (in this case 'RefAddr') to be returned.
-
next()
- Retrieves the next address in the enumeration.
next
public abstract RefAddr next()
- Retrieves the next address in the enumeration.
- Returns:
- The next address in the enumeration.
All Packages Class Hierarchy This Package Previous Next Index